.wrapper-form {

	width: 465px;
    margin: 0 auto;
    background-color: #e7e8e1;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

.uk-article-title {

	text-align: center;
}

._form-title {

    text-align: center;
    margin-bottom: 25px;
}

body.page-id-2005 .uk-margin-remove-bottom {

    margin-top: 0;
    margin-bottom: 30px !important;
}

body.page-id-2005 .uk-text-center {

    text-align: center!important;
    margin-bottom: 0;
}

.field-wrapper-small label {

	background-color: #333;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 15px;
    top: -9px;
    position: absolute;
    z-index: 2;
}

.field {

	margin-bottom: 15px;
	position: relative;
}

.field-wrapper {

    position: relative;
}

.field-wrapper.focused label {

    transition: top .2s linear;
    top: -13px;
    font-size: 10px;
    background-color: #333;
    padding: 0px 10px;
    border-radius: 15px;
    color: #fff
}

.field-wrapper label {

	overflow: hidden;
	font-size: 14px;
	position: absolute;
	top: 0px;
	display: inline-block;
	line-height: 23px;
	transition: all .2s linear;
	color: #646464;
	z-index: 2;
	padding: 12px;
}

.banner-style {
    text-align: center;
    color: white;
    padding-top: 150px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="number"],
.wpcf7-form textarea,
.wpcf7-form select {

	border: 1px solid #979797;
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

.wpcf7-form textarea {

    height: 100px;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="password"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {

	outline: none;
	background-color: #f2f2f2;
	border: 1px solid #333;
}

.wpcf7-form input[type="submit"] {

	background-color: #072148;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	border: none;
	transition: all 0.5s ease;
    margin-top: 15px;
}

.text-center {

    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.wpcf7-form .wpcf7-list-item {

    display: inline-block;
    margin: 0;
    font-size: 13px;
    margin-right: 10px;
}

.wpcf7-form .label-default {

    font-weight: bold;
}

.wpcf7-form input[type="submit"]:hover {

	background-color: #d0b67b;

}


.wpcf7-form .wpcf7-not-valid-tip {

    color: #dc3232;
    font-size: 11px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
}

.wpcf7-form-control-wrap {

    display: inline-block;
    width: 100%;
}

.wpcf7-form .title-form {

	border: 1px solid red;
	font-size: 1em;
}

.select-wrapper {

    position: relative;
    width: 100%;

}

.select-wrapper:after {

    right: 10px;
    top: 17px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #6a6764;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    content: "";
    position: absolute;
}

.wpcf7-form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body .wpcf7 form .wpcf7-response-output {

    margin: 0;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {

    border-color: #46b450;
    background-color: #46b450;
    color: #fff;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    box-sizing: border-box;
}

.modal-form-js {
    
    cursor: pointer;
}

.bg-modal-form {

    background-color: rgba(7, 60, 90, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
}

.close-modal-form {

    color: #fff;
    position: absolute;
    right: 0;
    top: -35px;
    line-height: 32px;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    z-index: 9999;
}

.modal-form {

    height: 100vh;
    width: 100%;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.modal-form .wrapper-modal-form {

    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.modal-form .wrapper-modal-form .center-wrapper {

    display: table-cell;
    vertical-align: middle;
}

.modal-form .wrapper-modal-form textarea {

    height: 100px;
}

.modal-form .field-send {

    display: grid;
    grid-template-columns: 40% 60%;
    gap: 15px;
    align-items: center;
}

.modal-form .field-send .button {

    text-align: left;
}

.modal-form .wrapper-modal-form .center-wrapper .content {

    text-align: center;
    background-color: #e7e8e1;
    margin: 0 auto;
    display: inline-block;
    width: 60%;
    z-index: 99999999;
    padding-top: 20px;
    position: relative;
    padding-bottom: 20px;
}

.modal-form h2 {

    margin-bottom: 5px;
}

.modal-form p {

    padding: 0;
    margin: 0;
}

.modal-form .collumns .collumn {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

}
    

.modal-form .wrapper-form {

    width: 100%;
}

.modal-form .wrapper-modal-form .center-wrapper .content form .btn-form:hover {
    
    opacity: 0.8;
}

@media screen and (max-width: 965px) {

    .modal-form {

        overflow: auto;
    }

    .modal-form .wrapper-modal-form .center-wrapper .content {

        width: 95%;
        height: auto;
    }
}

@media screen and (max-width: 600px) {

    .modal-form .wrapper-modal-form .center-wrapper .content.form-content {
        
        width: 100%;
    }

    .modal-form .collumns .collumn {

        grid-template-columns: 1fr;
        gap: 0;
    }
}


@media screen and (max-width: 500px) {

	.wrapper-form {

	    width: 100%;
	}

}